lcTIN_GetNextPoint Home

Returns a handle to the point that is placed after the specified point in a TIN object.

 HANDLE lcTIN_GetNextPoint (
   HANDLE hTinPnt
 );

Parameters
hTinPnt
  Handle to a TIN point.

Return Value

  Handle to the point that is placed after hTinPnt in the points list.
If there are no points after hTinPnt, the function returns NULL.

See Also

  lcTIN_GetFirstPoint